vcPythonProcessHandler

vcPythonProcessHandler is a behavior that allows you to define a custom robot statement written in Python. You can also use this behavior as a handler for overriding the default execution of statements in a robot program.

See in: Overview

Module: vcRobotics

Parent: vcBehavior

Children -

Referenced by: vcPathStatement.ProcessHandler, vcRobotExecutor.StatementHandler

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
IconvcBitmapRWGets or sets an icon for the process when referenced by a process statement in the GUI.
ProcessStringRWGets or sets the name and id of process.
PropertiesvcPropertyContainerRGets the properties of the process handler.
ScriptStringRWGets or sets the executable Python code of process.